home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / novtli / about.dfm / about.txt
Text File  |  1996-04-08  |  2KB  |  81 lines

  1. object AboutBox: TAboutBox
  2.   Left = 238
  3.   Top = 184
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 383
  8.   ClientWidth = 468
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 449
  20.     Height = 329
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object Memo1: TMemo
  25.       Left = 8
  26.       Top = 8
  27.       Width = 433
  28.       Height = 313
  29.       Color = clBackground
  30.       Font.Color = clBlack
  31.       Font.Height = -13
  32.       Font.Name = 'Arial'
  33.       Font.Style = []
  34.       Lines.Strings = (
  35.         'This is a simple example application that acts as either a '
  36.         'server or a client and is intended to be started twice. One '
  37.         'instance of the program becomes the server (Listen) and the '
  38.         'other instance becomes the client (Connect). The program can '
  39.         'either be started on seperate PCs that are both connected to '
  40.         'the LAN or two instances can be started on the same PC.'
  41.         ''
  42.         'Once the two instances are started, Click '#39'Listen'#39' on one and '
  43.         #39'Connect'#39' on the other. The client can then send data to the '
  44.         'listening server which echos the data back to the client.'
  45.         ''
  46.         'Two addressing mechanisms are possible, Physical addressing '
  47.         
  48.           'requires that you obtain your network and node addresses. This i' +
  49.           's '
  50.         'accomplished by issuing the Netware '#39'userlist /a'#39' command.'
  51.         ''
  52.         
  53.           'The second addressing mechanism uses a unique name to identify t' +
  54.           'he '
  55.         
  56.           'server. Using this options requires that you be attached to a No' +
  57.           'vell '
  58.         'network that supports the Service Advertising Protocol (SAP).')
  59.       ParentFont = False
  60.       TabOrder = 0
  61.     end
  62.   end
  63.   object OKButton: TBitBtn
  64.     Left = 191
  65.     Top = 346
  66.     Width = 77
  67.     Height = 27
  68.     Font.Color = clBlack
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.     TabOrder = 1
  74.     OnClick = OKButtonClick
  75.     Kind = bkOK
  76.     Margin = 2
  77.     Spacing = -1
  78.     IsControl = True
  79.   end
  80. end
  81.